home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 008 / src / hack.mfndpos.h < prev    next >
Text File  |  1995-03-17  |  337b  |  12 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
  2.  
  3. #define    ALLOW_TRAPS    0777
  4. #define    ALLOW_U        01000
  5. #define    ALLOW_M        02000
  6. #define    ALLOW_TM    04000
  7. #define    ALLOW_ALL    (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
  8. #define    ALLOW_SSM    010000
  9. #define    ALLOW_ROCK    020000
  10. #define    NOTONL        040000
  11. #define    NOGARLIC    0100000
  12.